go/types.TypeParam.underIs (method)

5 uses

	go/types (current package)
		conversions.go#L50: 		ok = T.(*TypeParam).underIs(func(u Type) bool {
		expr.go#L151: 		return tpar.underIs(f)
		type.go#L41: 	if tpar.underIs(func(u Type) bool {
		type.go#L71: 	if tpar.underIs(func(u Type) bool {
		typeparam.go#L156: func (t *TypeParam) underIs(f func(Type) bool) bool {